From: Ian Campbell Date: Tue, 29 Nov 2011 14:17:27 +0000 (+0000) Subject: docs: xlexample.hvm is missing "builder = 'hvm'" X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=cb8929360c79867c234b7ee0bce645df01d37e38;p=xen.git docs: xlexample.hvm is missing "builder = 'hvm'" This is rather critical... Signed-off-by: Ian Campbell Committed-by: Ian Jackson Acked-by: Ian Jackson --- diff --git a/tools/examples/xlexample.hvm b/tools/examples/xlexample.hvm index 77a7f99dc1..a5a65c2b72 100644 --- a/tools/examples/xlexample.hvm +++ b/tools/examples/xlexample.hvm @@ -5,6 +5,9 @@ # This is a fairly minimal example of what is required for an # HVM guest. For a more complete guide see +# This configures an HVM rather than PV guest +builder = "hvm" + # Guest name name = "example.hvm"